home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / ultrix / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  453b  |  17 lines

  1. #ifndef _PATHS_
  2. #define    _PATHS_
  3.  
  4. #define    _PATH_UTMP    "/etc/utmp"
  5. #define    _PATH_WTMP    "/var/adm/wtmp"
  6. #define    _PATH_LOGIN    "/bin/login"
  7. #define    _PATH_BSHELL    "/bin/sh"
  8. #define    _PATH_CONSOLE    "/dev/console"
  9. #define    _PATH_DEV    "/dev/"
  10. #define    _PATH_DEVNULL    "/dev/null"
  11. #define    _PATH_NOLOGIN    "/etc/nologin"
  12. #define    _PATH_SENDMAIL    "/usr/lib/sendmail"
  13. #define    _PATH_TMP    "/tmp/"
  14. #define    _PATH_TTY    "/dev/tty"
  15. #define    _PATH_GETTY    "/usr/etc/getty"
  16. #endif /* _PATHS_ */
  17.